home *** CD-ROM | disk | FTP | other *** search
/ Hope PC Multimedia SuperPack 2 / HOMEPC.iso / TAROT / DOWNLOAD / VT3.ZIP / C1.DXR / 00008_Celtic Cross 2.ls < prev    next >
Encoding:
Text File  |  1995-11-02  |  131 b   |  10 lines

  1. on mouseUp
  2.   global state
  3.   if state = "start" then
  4.     go("intro")
  5.   end if
  6.   if state = "done" then
  7.     go("leave")
  8.   end if
  9. end
  10.